home *** CD-ROM | disk | FTP | other *** search
/ Aminet 35 / Aminet 35 (2000)(Schatztruhe)[!][Feb 2000].iso / Aminet / dev / gui / gui4cli.lha / Gui4Cli / Tools / Rtn / EmptyPopUp < prev    next >
Encoding:
Text File  |  1999-11-24  |  801 b   |  59 lines

  1. G4C
  2.  
  3. ; Empty pop-up gui - use as needed
  4.  
  5. ; ============================= Global commands (leave them alone)
  6.  
  7. WinBig 0 0 160 105 ""
  8. WinType 00001000
  9. ResInfo 8 640 256
  10. winonmouse 30 8 
  11.  
  12. xOnRMB 
  13.     guiclose #this
  14.  
  15. xOnInactive
  16.     guiclose #this
  17.  
  18. xOnLoad
  19.     guiopen #this
  20.  
  21. xOnReload
  22.     guiopen #this
  23.  
  24. xBefore    ; close the window whenever a button is clicked
  25.     guiclose #this
  26.  
  27. ;================================ buttons (left bank) - Change them!
  28.  
  29. xbutton 0  0 80 15 ''
  30.  
  31. xbutton 0 15 80 15 ''
  32.  
  33. xbutton 0 30 80 15 ''
  34.  
  35. xbutton 0 45 80 15 ''
  36.  
  37. xbutton 0 60 80 15 ''
  38.  
  39. xbutton 0 75 80 15 ''
  40.  
  41. xbutton 0 90 80 15 ''
  42.  
  43. ; ------------------ Buttons right bank
  44.  
  45. xbutton 80  0 80 15 ""
  46.  
  47. xbutton 80 15 80 15 ""
  48.  
  49. xbutton 80 30 80 15 ""
  50.  
  51. xbutton 80 45 80 15 ""
  52.  
  53. xbutton 80 60 80 15 ''
  54.  
  55. xbutton 80 75 80 15 ""
  56.  
  57. xbutton 80 90 80 15 ""
  58.  
  59.